Package org.neo4j.kernel

Implementation for embedding a Neo4j graph database in an application.

See:
          Description

Interface Summary
Traversal.PathDescriptor<T extends Path> Provides hooks to help build a string representation of a Path.
 

Class Summary
AutoConfigurator  
Config A non-standard configuration object.
EmbeddedGraphDatabase An implementation of GraphDatabaseService that is used to embed Neo4j in an application.
EmbeddedReadOnlyGraphDatabase A read-only version of EmbeddedGraphDatabase.
OrderedByTypeExpander  
StandaloneWithShell Standalone EmbeddedGraphDatabase with Shell enabled.
StandardExpander  
Traversal A factory for objects regarding traversal of the graph.
Traversal.DefaultPathDescriptor<T extends Path> The default Traversal.PathDescriptor used in common toString() representations in classes implementing Path.
 

Exception Summary
DeadlockDetectedException Signals that a deadlock between two or more transactions has been detected.
 

Package org.neo4j.kernel Description

Implementation for embedding a Neo4j graph database in an application. Classes are provided for both read/write mode and read only mode.



Copyright © 2010 Neo4j. All Rights Reserved.